home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.allliveslost = false;
- _root.keyposition = 1;
- _root.bestscore = 0;
- _root.qual = "Full";
- _root.pshieldup = false;
- _root.pfireinprog = false;
- _root.i = 0;
- _root.e = 0;
- _root.t = 0;
- _root.pdir = "Right";
- _root.pspeed = 8;
- _root.rounds = 12;
- _root.clips = "--";
- _root.healthpoints = 100;
- _root.healthsub = 0;
- _root.armorpoints = 100;
- _root.armorsub = 0;
- _root.health = (_root.healthpoints - _root.healthsub) / _root.healthpoints * 100;
- _root.armor = (_root.armorpoints - _root.armorsub) / _root.armorpoints * 100;
- _root.pguncap = 12;
- _root.ptclips = 3;
- _root.fallspeed = 10;
- _root.jumpspeed = 25;
- _root.isjumping = false;
- _root.inair = true;
- _root.hitobject = false;
- _root.money = 0;
- _root.score = 0;
- _root.justonobject = false;
- _root.lives = 3;
- _root.tdeaths = 0;
- _root.level = 1;
- _root.stage = 1;
- _root.glockrounds = 12;
- _root.thompsonrounds = 30;
- _root.shotgunrounds = 7;
- _root.deaglerounds = 7;
- _root.ak47rounds = 35;
- _root.glockinccap = 0;
- _root.glockincdam = 0;
- _root.thompsoninccap = 0;
- _root.thompincdam = 0;
- _root.shotguninccap = 0;
- _root.shotgunincdam = 0;
- _root.deagleinccap = 0;
- _root.deagleincdam = 0;
- _root.ak47inccap = 0;
- _root.ak47incdam = 0;
- _root.thompsonisowned = false;
- _root.shotgunisowned = false;
- _root.deagleisowned = false;
- _root.AK47isowned = false;
- _root.player.prightarm1.pgun.gotoAndStop(_root.pgunactive);
- _root.player.prightarm2.pgun.gotoAndStop(_root.pgunactive);
- _root.sndblip.start();
- _root.nextFrame();
- }
-